using System; namespace SharpSyndicationApi.Models { public class Category { public string Name { get; set; } public string Id { get; set; } public string Icon { get; set; } public string HexColor { get; set; } public DateTime CreationDate { get; set; } } }