protected override void ExecuteTest()
 {
     var service = new ExportAllMetricsService(studentInformationRepository, rootMetricNodeResolver, domainMetricService, metricTreeToIEnumerableOfKeyValuePairProvider);
     actualModel = service.Get(new ExportAllMetricsRequest(){SchoolId = suppliedSchoolId, StudentUSI = suppliedStudentUSI});
 }
        protected override void ExecuteTest()
        {
            var service = new ExportAllMetricsService(localEducationAgencyInformationRepository,
                                                                   domainMetricService,
                                                                   rootMetricNodeResolver, 
                                                                   metricTreeToIEnumerableOfKeyValuePairProvider, 
                                                                   domainSpecificMetricNodeResolver);

            actualModel = service.Get(new ExportAllMetricsRequest() { LocalEducationAgencyId = suppliedLocalEducationAgencyId });
        }