private function setupSession()
 {
     if (Config::useSession()) {
         SessionStorage::initialize();
     }
 }