public IHttpActionResult CancelOrder([FromUri] int id) { orderAppService.CancelOrder(id); return(Ok()); }