public Builder SetAck(CommandAck value) { _base.Ack = value ?? throw new NullReferenceException(); return(this); }
public Builder() { _ack = new CommandAck(); }