public IScope StartScopedSpan()
 {
     return(CurrentSpanUtils.WithSpan(StartSpan(), true));
 }