general public int Id get; established; public string FirstName get; established; // Needed by Conference general public string LastName get; set; // Needed by convention community string? MiddleName get; set; // Optional by Conference // Take note the subsequent usage of constructor binding, which avoids compiled warnings // for uninitialized non… Read More