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

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 } }