<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.4.26230.115" />

System.Diagnostics.ActivityTraceFlags

public enum ActivityTraceFlags
Specifies flags defined by the W3C standard that are associated with an activity.
namespace System.Diagnostics { public enum ActivityTraceFlags { None = 0, Recorded = 1, RandomTraceId = 2 } }