using System.Collections.Generic; public class Post { private string text; private string title; private string date; }