public override void SetLogAggregationContext(LogAggregationContext logAggregationContext ) { MaybeInitBuilder(); if (logAggregationContext == null) { builder.ClearLogAggregationContext(); } this.logAggregationContext = logAggregationContext; }