<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

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; } } }