using System.Collections.Generic;
public static void Main()
Console.WriteLine("Hello World");
public string Text {get;set;}
public List<Answer> Answers {get;set;}
public int AnswerId {get;set;}
public string Text {get;set;}
public int FollowOnQuestion {get;set;}