/**
  * @return bool
  */
 public function logout()
 {
     return $this->_session->destroy();
 }