public function testGetPackageName()
 {
     $provider = new DeviceAtlasCom($this->getClient(), 'apiKey123');
     $this->assertNull($provider->getPackageName());
 }