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