using System; public enum TGTUserSex { TGTSexMale, TGTSexFemale, TGTSexUnknown }