public function testGetValidPrimaryCurrencyCodes()
 {
     $currencyCodes = $this->client->getValidPrimaryCurrencyCodes();
     $this->assert($currencyCodes, equals, [Currency::XBT]);
 }