namespace EventBus { public interface IEventArgs : IBaseEventArgs { T Data { get; } } }