hosts = $hosts; } public function client(): Client { return ClientBuilder::create()->setHosts($this->hosts) ->build(); } }