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

System.ServiceModel.ActionMismatchAddressingException

namespace System.ServiceModel { internal class ActionMismatchAddressingException : ProtocolException { public string HttpActionHeader { get; } public string SoapActionHeader { get; } public ActionMismatchAddressingException(string message, string soapActionHeader, string httpActionHeader); protected ActionMismatchAddressingException(SerializationInfo info, StreamingContext context); } }