public Task<AsyncJobResponse> DeleteVPCAsync(DeleteVPCRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
 public Task <AsyncJobResponse> DeleteVPCAsync(DeleteVPCRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
 public AsyncJobResponse DeleteVPC(DeleteVPCRequest request) => _proxy.Request<AsyncJobResponse>(request);
 public AsyncJobResponse DeleteVPC(DeleteVPCRequest request) => Proxy.Request <AsyncJobResponse>(request);