<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Xml.XmlEntity

public class XmlEntity : XmlNode
namespace System.Xml { public class XmlEntity : XmlNode { public string NotationName { get; } public string PublicId { get; } public string SystemId { get; } } }