/**
  *
  */
 protected function resume()
 {
     if ($this->resumed === true) {
         return;
     }
     $this->authenticationFactory->newResumeService($this->authenticationAdapter)->resume($this->getAuthenticationSession());
     $this->resumed = true;
 }