using MediatR; namespace GroupService.Domain.Events { public record GroupCreateDomainEvent(Domain.Entities.Group Group) : INotification; }