public ResultObject SetReplicaServer(int serviceId, string remoteServer, string thumbprint, string storagePath)
 {
     return(VirtualizationServerControllerProxmox.SetReplicaServer(serviceId, remoteServer, thumbprint, storagePath));
 }