<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />

ActivityIdFormat

public enum ActivityIdFormat
Specifies the format of the Id property.
namespace System.Diagnostics { public enum ActivityIdFormat { Unknown, Hierarchical, W3C } }