public Task <CreateSSHKeyPairResponse> CreateSSHKeyPairAsync(CreateSSHKeyPairRequest request) => Proxy.RequestAsync <CreateSSHKeyPairResponse>(request);
 public Task<CreateSSHKeyPairResponse> CreateSSHKeyPairAsync(CreateSSHKeyPairRequest request) => _proxy.RequestAsync<CreateSSHKeyPairResponse>(request);
 public CreateSSHKeyPairResponse CreateSSHKeyPair(CreateSSHKeyPairRequest request) => Proxy.Request <CreateSSHKeyPairResponse>(request);
 public CreateSSHKeyPairResponse CreateSSHKeyPair(CreateSSHKeyPairRequest request) => _proxy.Request<CreateSSHKeyPairResponse>(request);