Future<SellItem?> updateSellOrder( String orderId, Map<String, dynamic> body) async { return await this._orderService.updateSellOrder(orderId, body); }