// /api/moderator/CloseOrder
 public async Task <OrderToReturn> CloseOrder(long id)
 {
     return(await _service.CloseOrder(id));
 }