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

System.Runtime.Diagnostics.TraceRecord

public class TraceRecord
namespace System.Runtime.Diagnostics { public class TraceRecord { protected const string EventIdBase = "http://schemas.microsoft.com/2006/08/ServiceModel/"; protected const string NamespaceSuffix = "TraceRecord"; protected string BuildEventId(string eventId); protected string XmlEncode(string text); public TraceRecord(); } }