public function testGetHomepage()
 {
     $provider = new NeutrinoApiCom($this->getClient(), 'apiUser', 'apiKey123');
     $this->assertEquals('https://www.neutrinoapi.com/', $provider->getHomepage());
 }