@using Entities.DTO @using TechHelper.Client.Exam @Question.Id @code { [Parameter] public QuestionDto Question { get; set; } = new QuestionDto(); }