namespace HaWeb.XMLTests; public interface IXMLTestService { public Dictionary? Ruleset { get; } public void Test(); }