namespace NfProcessorApp.Handlers { public interface IFileHandler { NFResult Process(string filePath); } }