public BaseBuilder <TToBoItemModel> WithTag2(TagModel tag2) { this.Tag2 = tag2; return(this); }
public BaseBuilder <TToBoItemModel> WithTag3(TagModel tag3) { this.Tag3 = tag3; return(this); }
public BaseBuilder <TToBoItemModel> WithTag1(TagModel tag1) { this.Tag1 = tag1; return(this); }