using BuildingBlocks.Core.Event; namespace BuildingBlocks.EventStoreDB.Events; public interface IExternalEvent : IEvent { }