public Task<AsyncJobResponse> CreatePrivateGatewayAsync(CreatePrivateGatewayRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
 public Task <AsyncJobResponse> CreatePrivateGatewayAsync(CreatePrivateGatewayRequest request) => _proxy.RequestAsync <AsyncJobResponse>(request);
 public AsyncJobResponse CreatePrivateGateway(CreatePrivateGatewayRequest request) => _proxy.Request<AsyncJobResponse>(request);
 public AsyncJobResponse CreatePrivateGateway(CreatePrivateGatewayRequest request) => _proxy.Request <AsyncJobResponse>(request);