namespace Umbraco.Core.Components { public interface IRuntimeComponent : IUmbracoComponent { } }