namespace WTA.Shared.EventBus; public interface IEventHander { Task Handle(T data); }