public class PostQuestionDto { public string Text { get; set; } = null!; public string MeetingId { get; set; } = null!; public string UserId { get; set; } = null!; }