protected override void ExecuteTest()
 {
     var service = new MetricThresholdService(LocalEducationAgencyMetricThresholdRepository.Object);
     GetResponse = service.Get(new MetricThresholdGetRequest { LocalEducationAgencyId = suppliedLocalEducationAgencyId });
 }
 protected override void ExecuteTest()
 {
     var service = new MetricThresholdService(LocalEducationAgencyMetricThresholdRepository.Object);
     service.Delete(MetricThresholdDeleteRequest.Create(suppliedLocalEducationAgencyId, suppliedMetricId));
 }