public OrderInfo CheckOrder(String symbol, int orderId) { lock (_lock) { return(BinanceService.CheckOrderStatus(symbol, orderId)); } }