public PairPrice GetPrice(string pair) { var result = binance.GetTicker(pair); return(BinanceTickerConverter(result)); }