public function getContextMessage()
 {
     return SessionManager::read(__CLASS__);
 }
 protected function startAnonymousSession()
 {
     SessionManager::start();
     SessionManager::write(Role::SESSION_USER_ROLE, 'anonymous');
 }