public TestOutcome ResultStateToTestOutcome(ResultState resultState)
 {
     return(TestConverter.ResultStateToTestOutcome(resultState));
 }