// ReSharper disable InconsistentNaming using System.Collections.Generic; namespace Sony.ChartBot.Entities.MessengerApi { public class Element { public string title { get; set; } public string item_url { get; set; } public string image_url { get; set; } public string subtitle { get; set; } public IEnumerable