public async Task <IList <CategoryModel> > GetCategories(ApiVersion version)
 {
     return(await _portfolioService.GetCategories());
 }