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