bool IIndexProvider.Exists(string name)
 {
     return(_fileSystem.FolderExists(name));
 }