public SitecoreRoleValidator(CommandLineOptions commandLineOptions) { this._commandLineOptions = commandLineOptions; _processor = new ExcelFileProcessor(_commandLineOptions.InputFile); _sitecoreConfigManager = new SitecoreConfigManager(_commandLineOptions.WebsiteRootPath); }