private string GetSessionName(string sessionId)
 {
     return(_databaseConnection.GetSessionName(sessionId));
 }