namespace Oqtane.Themes { public interface IContainerControl { string Name { get; } } }