public Task <AsyncJobResponse> RestoreVirtualMachineAsync(RestoreVirtualMachineRequest request) => _proxy.RequestAsync <AsyncJobResponse>(request);
 public Task<AsyncJobResponse> RestoreVirtualMachineAsync(RestoreVirtualMachineRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
 public AsyncJobResponse RestoreVirtualMachine(RestoreVirtualMachineRequest request) => _proxy.Request <AsyncJobResponse>(request);
 public AsyncJobResponse RestoreVirtualMachine(RestoreVirtualMachineRequest request) => _proxy.Request<AsyncJobResponse>(request);