public Builder SetSeek(CommandSeek value) { _base.Seek = value ?? throw new NullReferenceException(); return(this); }
public Builder() { _seek = new CommandSeek(); }