namespace NfProcessorApp.Handlers { public interface IFileHandlerFactory { IFileHandler CreateHandler(string filePath); } }