namespace Kitchen.Ops.Bff.Contracts.Requests; public sealed record SetKitchenOrderPriorityRequest( string ContextId, string WorkItemId, int Priority, string UpdatedBy);