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

ActivityIdFormat

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