public OutputProgressReporter(string id, OutputContent outputWindow, ProgressBar progressBar) { Identifier = DisplayName = id; _outputWindow = outputWindow; _progressBar = progressBar; }