public IScope StartScopedSpan(out ISpan currentSpan)
 {
     currentSpan = this.StartSpan();
     return(CurrentSpanUtils.WithSpan(currentSpan, true));
 }
 public IScope StartScopedSpan()
 {
     return(CurrentSpanUtils.WithSpan(this.StartSpan(), true));
 }