namespace ErsatzTV.Infrastructure.Emby.Models
{
public class EmbyMediaSourceResponse
public string Id { get; set; }
public string Protocol { get; set; }
}