namespace BPASmartClient.EventBus { /// /// 事件接口 /// public interface IEvent { string Id { get; set; } } }