using BMA.EHR.Recurit.Exam.Service.Responses.Document; namespace BMA.EHR.Recurit.Exam.Service.Response { public class AboutPageContentResponseItem { public string? Content { get; set; } } }