using MediatR; namespace Femto.Common.Integration; public interface IEvent : INotification { public Guid EventId { get; } }