public void GetStudentType_Should_Cover_All_Outputs()
 {
     CheckOutputEnumCoverage((DemographicStudentType l) => ImportDemographicsOperation.GetStudentType(l));
 }
 public void GetStudentType_Should_Not_Cover_Unknown_Input()
 {
     CheckInputNotInRange((DemographicStudentType l) => ImportDemographicsOperation.GetStudentType(l));
 }