public function testAccount()
 {
     $client = new Client(self::API_KEY);
     $response = $client->account();
     $this->assertEquals('success', $response['status']);
 }