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