using System.Collections.Generic; using Umbraco.Core.Composing; namespace Umbraco.Web.HealthCheck { public class HealthCheckCollection : BuilderCollectionBase { public HealthCheckCollection(IEnumerable items) : base(items) { } } }