namespace NfProcessorApp.Services { public interface IFileScanner { IEnumerable ListFiles(string folderPath, string[] extensions); } }