// // Copyright (c) PlaceholderCompany. All rights reserved. // #pragma warning disable CS1591 using global::System; namespace MediaBrowser.Model.Collections; public class CollectionCreationResult { public Guid Id { get; set; } }