namespace ErsatzTV.Infrastructure.Emby.Models
{
public class EmbyLibraryResponse
public string Name { get; set; }
public string CollectionType { get; set; }
public string ItemId { get; set; }
}