namespace ETModel { public class EventAttribute: AEventAttribute { public EventAttribute(string type): base(type) { } } }