/**
  * @return bool
  */
 public function isExpired()
 {
     $this->resume();
     return $this->authenticationSession->isExpired();
 }