using System; using System.Collections.Generic; using System.Text; namespace Pole.Core.EventBus.Event { public interface IEvent { } }