using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
public QuestionType QuestionType
public string Content {get; set;}
public QuestionType QuestionType
public ICollection<Answer> Answers
public static void Main()
Console.WriteLine("Hello World");