public bool Validate() { return(Byr.HasValue && Iyr.HasValue && Eyr.HasValue && !Pid.IsNullOrEmpty() && !Hgt.IsNullOrEmpty() && !Hcl.IsNullOrEmpty() && !Ecl.IsNullOrEmpty()); }