namespace FiestaBot.Enums { public enum Gender : byte { Male = 1, Female = 0 } }