public async Task WhenAsync(long aoUkprn, int profileId)
        {
            if (_result != null)
            {
                return;
            }

            _result = await AssessmentService.GetAssessmentDetailsAsync(aoUkprn, profileId);
        }