public function testVersion()
 {
     $provider = new FiftyOneDegreesCom($this->getClient(), 'apiKey123');
     $this->assertNull($provider->getVersion());
 }