public function __construct(Client &$client)
 {
     $this->service = $client->getService();
     $this->service_url = $client->getURL();
 }