public function initController(RequestInterface $request, ResponseInterface $response, LoggerInterface $logger): void
{
parent::initController($request, $response, $logger); // do not edit this line
$this->request = $request;
$this->session = session();