namespace Sony.ChartBot.Entities.ChartApi { public class ChartPosition { public string ChartType { get; set; } public int Position { get; set; } public int? PreviousPosition { get; set; } } }