public SampleDataReplyItem(int id, string title, string subtitle, string imagePath, string description, string photoUrl, SampleDataItem messageItem) : base(title, subtitle, imagePath, imagePath, description) { Id = id; MessageItem = messageItem; this.photoUrl = photoUrl; }