public async Task <ITicker> Ticker(string symbol) { var ticker = await _binance.GetTicker(symbol); return(new Market(symbol, ticker)); }