/**
  * @param $code
  * @return bool
  */
 public function unlockSessionByCode($code)
 {
     return Session::unlockByCode($code);
 }