namespace Contracts.Menu; public sealed record GetMenuParameters(bool WithPrice = true) { public override string ToString() => $"WithPrice={WithPrice}"; }