using System; namespace Domain.Shared { public enum GenderType { Unknown, Male, Female } }