/**
  * @return void
  */
 public function logout()
 {
     $this->initialize();
     $this->session->destroy();
 }