public IEnumerable <Balance> GetBalance() { var bal = binance.GetBalance(); return(BinanceBalanceToBalance(bal.balances)); }