public FileSystemWalker(IConsolePrinter consolePrinter, IConfigInterpreter configInterpreter, IFileSystemPathTranslator fileSystemPathTranslator) { this.configInterpreter = configInterpreter; this.fileSystemPathTranslator = fileSystemPathTranslator; ConsolePrinter = consolePrinter; }