<PackageReference Include="NUnit" Version="3.13.0" />

AttributeDictionary

public class AttributeDictionary : Dictionary<string, string>
Class used to represent the attributes of a node
public string this[string key] { get; }

Gets or sets the value associated with the specified key. Overridden to return null if attribute is not found.