namespace View_by_Distance.Shared.Models; public record FilePair(string Path, bool IsUnique, List Collection, string? Match) { }