public function testGetHost()
 {
     $client = new Client('https://localhost:4010');
     $this->assertSame('https://localhost:4010', $client->getHost());
 }