public function testGetValidSecondaryCurrencyCodes()
 {
     $currencyCodes = $this->client->getValidSecondaryCurrencyCodes();
     $this->assert($currencyCodes, has_value, Currency::USD);
 }