public SessionEvents(SessionHandler handler, Session activeSession) { _handler = handler; _activeSession = activeSession; }