public System.Collections.Generic.IEnumerable <ISession> GetAllSessions()
        {
            SimpleSessionStorage storage = GetSimpleSessionStorage();

            return(storage.GetAllSessions());
        }