headers); $this->logger = App::getLogger(); $this->service = IPListService::getInstance(); } /** * @return string */ abstract public function getBody(): string; }