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

System.ServiceModel.ServiceModelStrings

abstract class ServiceModelStrings
namespace System.ServiceModel { internal abstract class ServiceModelStrings { public abstract int Count { get; } public abstract string this[int index] { get; } protected ServiceModelStrings(); } }