public RepoBuilder WithAggregate(TestAggregate agg) { this.aggregate = agg; return(this); }
public RepoBuilder WithNewAggregate() { this.aggregate = new AggregateBuilder().WithCommand().Build(); return(this); }