request; } public function setResponse(ResponseInterface $response): void { $this->response = $response; } public function getResponse(): ?ResponseInterface { return $this->response; } public function getPageInformation(): PageInformation { return $this->pageInformation; } public function setPageInformation(PageInformation $pageInformation): void { $this->pageInformation = $pageInformation; } }