namespace ASC.EventBus.Abstractions; public interface IDynamicIntegrationEventHandler { Task Handle(dynamic eventData); }