using System.Collections.Generic; namespace DeathBook.Model { public class PostGenerator { public Status generateStatus(/*put stuff here*/) { //and here... return null; } public Headline generateHeadline(/*put stuff here*/) { //and here... return null; } } }