namespace Toolkit.Foundation; public interface IFileDescriptor { string Name { get; } string Path { get; } int Size { get; } }