/**
  * Log out current user
  */
 public function logout()
 {
     $this->session->logoutCurrentUser();
 }