public Task <SSHKeyPairResponse> RegisterSSHKeyPairAsync(RegisterSSHKeyPairRequest request) => Proxy.RequestAsync <SSHKeyPairResponse>(request);
 public Task<SSHKeyPairResponse> RegisterSSHKeyPairAsync(RegisterSSHKeyPairRequest request) => _proxy.RequestAsync<SSHKeyPairResponse>(request);
 public SSHKeyPairResponse RegisterSSHKeyPair(RegisterSSHKeyPairRequest request) => Proxy.Request <SSHKeyPairResponse>(request);
 public SSHKeyPairResponse RegisterSSHKeyPair(RegisterSSHKeyPairRequest request) => _proxy.Request<SSHKeyPairResponse>(request);