public void DeleteFolder(string path)
 {
     _fileCleaner.DeleteFolder(path);
 }