public async Task <ICollection <CategoryDto> > GetCategories() { return(await _skillService.GetAllCategories()); }