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

ActivityTraceFlags

public enum ActivityTraceFlags
These flags are defined by the W3C standard along with the ID for the activity.
namespace System.Diagnostics { [Flags] public enum ActivityTraceFlags { None = 0, Recorded = 1 } }