public Builder SetAuthChallenge(CommandAuthChallenge value) { _base.authChallenge = value ?? throw new NullReferenceException(); return(this); }
public Builder() { _auth = new CommandAuthChallenge(); }