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

ActivityIdFormat

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