using System.Collections.Generic; namespace ExCSS.Model { interface ISupportsRuleSets { List RuleSets { get; } } }