public async Task <IEnumerable <string> > GetMarketsAsync() { return(await binance.GetTradingPairsAsync()); }