public bool CancelOrder(String symbol, int orderId) { lock (_lock) { return(BinanceService.CancelOrder(symbol, orderId)); } }