public async Task OnGetAsync(int typeId) { Type = await _jobCompetencyService.GetJobCompetencyTypeById(typeId); Competencies = await _jobCompetencyService.GetJobCompetenciesByTypeId(typeId); }