public async Task <IEnumerable <SuperHero> > GetHeroesAsync()
 {
     return(await _superHeroService.GetSuperHeroesAsync());
 }