public static function safeGet($name, $groupName = null)
 {
     return SessionStorage::get(self::varName($name, $groupName));
 }
 public function getLoggedInUser()
 {
     return SessionStorage::get(self::$USER_VAR);
 }