/**
  * @return Response
  */
 public function logout()
 {
     $this->userSessionService->logout();
     return new Response();
 }