namespace APCViewer.Models.Properties; public interface IPDSFPage { string? Directory { get; } int Files { get; } Dictionary>> Grouped { get; } List> Sorted { get; } }