public async Task <PathwaySpecialisms> GetPathwaySpecialismsByPathwayLarIdAsync(long aoUkprn, string pathwayLarId)
 {
     return(await _pathwayService.GetPathwaySpecialismsByPathwayLarIdAsync(aoUkprn, pathwayLarId));
 }