namespace Umbraco.Cms.Core { public interface IPublishedContentQueryAccessor { IPublishedContentQuery PublishedContentQuery { get;} } }