namespace CodeContextGenerator.Interfaces; public interface IFileProcessorService { string ProcessFileContent(string content, string fileName); }