Constructs a Session from this event.
Session toModel() { return Session(id: id, ip: ip, userAgent: userAgent, lastActivatedAt: at); }