<PackageReference Include="Azure.Identity" Version="1.19.0" />

Azure.Core.Pipeline.DiagnosticScopeFactory

namespace Azure.Core.Pipeline { internal class DiagnosticScopeFactory { public bool IsActivityEnabled { get; } public DiagnosticScopeFactory(string clientNamespace, string resourceProviderNamespace, bool isActivityEnabled, bool suppressNestedClientActivities = true, bool isStable = false); public DiagnosticScope CreateScope(string name, ActivityKind kind = ActivityKind.Internal); } }