public Task <UserVmResponse> ChangeServiceForVirtualMachineAsync(ChangeServiceForVirtualMachineRequest request) => Proxy.RequestAsync <UserVmResponse>(request);
 public Task<UserVmResponse> ChangeServiceForVirtualMachineAsync(ChangeServiceForVirtualMachineRequest request) => _proxy.RequestAsync<UserVmResponse>(request);
 public UserVmResponse ChangeServiceForVirtualMachine(ChangeServiceForVirtualMachineRequest request) => Proxy.Request <UserVmResponse>(request);
 public UserVmResponse ChangeServiceForVirtualMachine(ChangeServiceForVirtualMachineRequest request) => _proxy.Request<UserVmResponse>(request);