<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.2" />

System.Runtime.TraceChannel

namespace System.Runtime { internal enum TraceChannel { Admin = 16, Operational = 17, Analytic = 18, Debug = 19, Perf = 20, Application = 9 } }