public void DeleteSessionById(string id)
 {
     sessionsCollection.DeleteSession(id);
 }