public async void CanGetSpecifiedWalletBalance() { var balance = await _client.GetWalletBalanceAsync(_walletId, CurrencyCode.XBT); Assert.IsNotNull(balance); Assert.AreEqual(CurrencyCode.XBT, balance.Currency); }