public async Task <IEnumerable <ISymbol> > Symbols() { var prices = await _binance.GetPrices(); return(prices.Select(p => new Symbol(p))); }