<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.0-preview.5.25277.114" />

ActivityIdFormat

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