public TestResultService(ITestResultDatabase testResultDatabase) { _testResultDatabase = testResultDatabase; }
public TestRunService(ITestRunDatabase testRunDatabase, ITestResultDatabase testResultDatabase) { _testRunDatabase = testRunDatabase; _testResultDatabase = testResultDatabase; }