public IActionResult GetDetails(int orderId) { return(Ok(orderDetailsService.GetByOrder(orderId))); }