public async Task <SuperHero> GetHeroAsync(int Id)
 {
     return(await _superHeroService.GetSuperHeroAsync(Id));
 }