namespace CommanderApp; public interface IFileSystemService { string GetRootPath(); IEnumerable GetDirectoryContents(string path); }