using System.Collections.Generic; namespace ServiceStack.DesignPatterns.Model { public interface IHasNamedCollection : IHasNamed> { } }