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