callable = $callable; $this->response = $response; } public function handle(ServerRequestInterface $request): ResponseInterface { return ($this->callable)($request, $this->response); } }