namespace Femto.Common.Integration; public abstract record Event : IEvent { public Guid EventId { get; } = Guid.CreateVersion7(); }