public override IDisposable BuildScoped() { return(CurrentTagContextUtils.WithTagContext(this.Build())); }
public override IDisposable WithTagContext(ITagContext tags) { return(CurrentTagContextUtils.WithTagContext(ToTagContext(tags))); }