public function testGetBuyPrice()
 {
     $price = $this->client->getBuyPrice();
     $this->assertInstanceOf(Money::class, $price);
 }