I have the following enum:
public enum TicketQuestionType { General = 1, Billing = 2, TMS = 3, HOS = 4, DeviceManagement = 5 }