namespace ErsatzTV.Core.Domain { public class Style { public int Id { get; set; } public string Name { get; set; } } }