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