public bool CheckSession(Guid identifier)
 {
     return(session.Get(identifier) != null);
 }