public bool DirectoryExists(string fullName)
 {
     return(Execute(() => RemoteObject.DirectoryExists(fullName)));
 }