namespace TicketManager { public enum Difficulty { Undefined = 0, Easy = 1, Medium = 2, Hard = 3, } }