in src/NodePool/Resurrect/ElasticsearchResurrect.php [40:46]
public function getClient(): ClientInterface
{
if (empty($this->client)) {
$this->client = Psr18ClientDiscovery::find();
}
return $this->client;
}