using BuildingBlocks.Core.Event; using MediatR; namespace BuildingBlocks.EventStoreDB.Events; public interface IEventHandler : INotificationHandler where TEvent : IEvent { }