public Task <AsyncJobResponse> CreateVpnCustomerGatewayAsync(CreateVpnCustomerGatewayRequest request) => _proxy.RequestAsync <AsyncJobResponse>(request);
 public AsyncJobResponse CreateVpnCustomerGateway(CreateVpnCustomerGatewayRequest request) => _proxy.Request <AsyncJobResponse>(request);