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