public async Task <PairPrice> GetPriceAsync(string pair) { var result = await binance.GetTickerAsync(pair); return(BinanceTickerConverter(result)); }