namespace TicketManager { public enum Impact { Undefined = 0, High = 1, Medium = 2, Low = 3, } }