using System; namespace Sony.ChartBot.Entities.ChartApi { public class Chart { public string ChartType { get; set; } public DateTime Updated { get; set; } } }