using MediatR; namespace BeauFindlay.Api.Abstractions.Messaging; public interface IDomainEvent : INotification { }