public function testClientAuthentication()
 {
     $client = new Client(self::API_KEY, self::API_VERSION);
     $this->assertEquals(true, $client->testAuth());
 }