getAuth()->logout(); $this->response->redirect('/'); } private function getAuth(): Auth { return new Auth(); } }