namespace Common.Event { public class IEventAttribute { public int Type { get; set; } public int Order { get; set; } } }