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

System.Diagnostics.ActivityKind

public enum ActivityKind
Describes the relationship between the activity, its parents and its children in a trace.
namespace System.Diagnostics { public enum ActivityKind { Internal, Server, Client, Producer, Consumer } }