public void SetNewSession(SessionID sessionID)
 {
     _session = _session.LookupSession(sessionID);
 }