using HaWeb.XMLParser; namespace HaWeb.XMLTests; public interface IXMLTestService { public Dictionary? Ruleset { get; } public Dictionary? CollectionRuleset { get; } public void Test(IXMLInteractionService _XMLService); }