namespace RedundancyFinder { public class ProcessingFileEventArgs { public string? Path { get; set; } } }