using System.Xml.Linq; namespace CoverageFramework.Element.Generator { public interface IXElementGenerator { XElement[] Generate(); } }