using MediatR; namespace Hotline.Orders.Notifications { public record OrderStartWorkflowNotify(string Id) : INotification; }