@await Html.PartialAsync("~/Components/Molecules/SidebarDetails/SidebarDetails.cshtml", new SidebarDetailsProps
{
"ResearchProject": null,
"ResearchGrants": null,
"VolunteerRole": {
"ClosingDate": "30th June 2024",
"Location": [
"London",
"Remote"
],
"ContactName": "John Smith",
"Organisation": "Breast Cancer Now",
"Email": "john.smith@breastcancernow.org",
"Phone": "01234 567890"
},
"ResearchStudyRole": null
})