namespace View_by_Distance.Shared.Models.Properties; public interface IDirectoryFileSystem { // protected new string ClassName { get; } // protected new string DataDisplayFileName { get; } // protected new string DataFullFileName { get; } // protected new string Display { get; } // protected new DateTime LastModified { get; } }