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