pub fn return_generated<F>(generate_function: F)where
    F: FnOnce(ProcessorParams) -> Result<String, GeneratorError>,