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