public bool DirectoryExists(string path)
 {
     return(directoryService.DirectoryExists(path));
 }