using MediatR; namespace Ds.Module.MediatR { /// /// /// public interface IDomainEvent : INotification { } }