namespace VigilCare.Simulation; public record CreateOrderRequest(string OrderType, string Description, string OrderedBy);