public UserAggregate(Nullable <SexType> sexType, Nullable <int> age)
     : base(sexType)
 {
     this.AgeGroup = new AgeGroup(age);
 }