namespace Application.Endpoints.MedicalHistories; public class MedicalHistoryAuthorisationModel { public string Id { get; set; } public List Authorisation { get; set; } = new(); }