public async Task GetBalanceTest() { var balances = await exchange.GetBalancesAsync(); Assert.IsNotNull(balances); }