offset = 0; return $this->handle($request); } /** * @param ServerRequestInterface $request * @return ResponseInterface * @throws */ public function handle(ServerRequestInterface $request): ResponseInterface { // TODO: Implement handle() method. return $this->execute($request); } }