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