namespace Quizzer.Models { public class OpenIDUCNData { public string theRole { get; set; } public List theClass { get; set; } } }