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

System.ServiceModel.MessageStrings

static class MessageStrings
namespace System.ServiceModel { internal static class MessageStrings { public const string MustUnderstand = "mustUnderstand"; public const string Envelope = "Envelope"; public const string Header = "Header"; public const string Body = "Body"; public const string Prefix = "s"; public const string Fault = "Fault"; public const string MustUnderstandFault = "MustUnderstand"; public const string Namespace = "http://schemas.microsoft.com/ws/2005/05/envelope/none"; } }