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

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