public class Album { public string Title { get; set; } public Genre Genre { get; set; } }