namespace RedundancyFinder { [Serializable] public class Redundancy { public List Paths { get; set; } = new List(); public object Hash { get; set; } public long FileSize { get; set; } } }