namespace Umbraco.Core.Components { [RequireComponent(typeof(IRuntimeComponent))] public interface IUmbracoCoreComponent : IUmbracoComponent { } }