namespace Domains.ApplicantDomain { public enum Gender { Unknown, Male, Female, Turkish } }