namespace ErsatzTV.Infrastructure.Trakt.Models
{
public class TraktUser
public string Username { get; set; }
}