public async Task <IEnumerable <TestResult> > Get()
 {
     return(await _testResultRepository.GetAllTestResults());
 }