public async Task <List <Category> > Categories(string gameId) { return((await gamesInterfaseRefit.Categories(gameId)).data); }