namespace Modules.Library.Core.Domain.MediaContent.Items; public interface IContainer { public IReadOnlyCollection Items { get; } }