namespace Svg.ExCSS.Model { interface ISupportsMedia { MediaTypeList Media { get; } } }