public class PutQuestionDto { public string Id { get; set; } = null!; public string Text { get; set; } = null!; }