namespace Model { public class EventAttribute: AEventAttribute { public EventAttribute(EventType type, ServerType serverType) : base(type, serverType) { } } }