#pragma warning disable CS1591 namespace MediaBrowser.Model.Playlists { public class PlaylistCreationResult { public string Id { get; set; } } }