namespace Femto.Common.Integration; public interface IIntegrationEventBus { void Subscribe() where T : IIntegrationEvent; }