public ExcelScenarioFormatter(ExcelStepFormatter excelStepFormatter, Configuration configuration, ITestResults testResults) { this.excelStepFormatter = excelStepFormatter; this.configuration = configuration; this.testResults = testResults; }