public async Task <OrderResponse> GetOrderAsync(string pair, string orderId) { var response = await binance.GetOrderAsync(pair, Int64.Parse(orderId)); return(BinanceOrderResponseToOrderResponse(response)); }