public async Task <List <OfferModel> > GetCanList(int[] catIds) { return(await _restManager.GetCanListByCategoryAsync(catIds)); }