<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-preview1.23060.3" />
System.ServiceModel.ConcurrencyModeHelper
namespace System.
ServiceModel
{
public static class ConcurrencyModeHelper
{
public static bool IsDefined(
ConcurrencyMode x);
}
}