/// <summary> /// Initializes a new instance of the <see cref="CustomItem"/> class. /// </summary> /// <param name="library">The library.</param> public CustomItem(Library library) : base(library) { CustomItemMetadata = new HashSet <CustomItemMetadata>(); Releases = new HashSet <Release>(); }