namespace VisionBuilder.UI.Common.Commands.Interfaces; public interface IEventHandler where TEvent : IEvent { void Handle(TEvent @event); }