public Mission(string name, string strProgress) { this.Name = name; this.MissionProgress = EnumValidator.ValidateProgress(strProgress); }