@Question.Title

@Question.Type.ToString();
@code { [Parameter] public MedicalHistoryQuestion Question { get; set; } = new MedicalHistoryQuestion(); [Parameter] public EventCallback QuestionRemoved { get; set; } }