namespace Kitchen.Ops.Bff.Contracts.Responses; public sealed record SetKitchenOrderPriorityResponse( string ContextId, string OrderId, bool Updated, string Summary);