ReadOnlyCollection <FolderItem> IExplorerDataModel.GetFolderItems(string path)
 {
     return(folderItemsQueryFactory.GetFiles(path));
 }