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