namespace ErsatzTV.Infrastructure.Plex.Models; public class PlexPinResponse { public int Id { get; set; } public string Code { get; set; } }