namespace api_cs; public class Genre { public int id { get; set; } public required string title { get; set; } }