public function setContextMessage($contextMessage)
 {
     SessionManager::write(__CLASS__, $contextMessage);
 }
 protected function startAnonymousSession()
 {
     SessionManager::start();
     SessionManager::write(Role::SESSION_USER_ROLE, 'anonymous');
 }