using System.Collections.Generic; using Sony.ChartBot.Entities; using Sony.ChartBot.Entities.MessengerApi; using Sony.ChartBot.Entities.Storage; namespace Sony.ChartBot.Messages.MessageBuilders { public class SubscriptionNoChartPositionMessageBuilder : IMessageBuilder { public ResponseType ResponseType => ResponseType.NoChartPositionsFound; public IEnumerable BuildMessages(ChartTrackModel data) { var buttons = new List