record struct of AssessmentResponse:AssessmentResponse? if it exists to the Blazor component, and want to access the Id section for the API call to update the record in my database. My AssessmentService.Update call requires an Guid, AssessmentRequestrecord struct and assign its value to another variable for use elsewhere.