using System.Collections.Generic; using Marr.Data; namespace NzbDrone.Core.Datastore { public class LazyList : LazyLoaded> { } }