public Task <AsyncJobResponse> RemoveGuestOsAsync(RemoveGuestOsRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
 public AsyncJobResponse RemoveGuestOs(RemoveGuestOsRequest request) => Proxy.Request <AsyncJobResponse>(request);