namespace Model { public class EventAttribute: AEventAttribute { public EventAttribute(int type): base(type) { } } }