public IEnumerable <UserSession> GetUserSessions()
 {
     return(_sessionStore.GetAllSessions());
 }