public function __construct(?ClientInterface $guzzle = null) { if (!$guzzle) { $guzzle = self::buildClient(); } $this->guzzle = $guzzle; }