using System.Collections.Generic; namespace EdTestEmulator.Models { internal class AnswerScenario { public List AnswerScenarios { get; set; } } }