namespace MauiApp1
{
public interface IFileSystemService
IEnumerable<FileSystemItem> GetDirectoryContents(string path);
string GetRootPath();
}