public HeroesController(IHeroAppService heroAppService, IHeroTypeAppService heroTypeAppService) { _heroAppService = heroAppService; _heroTypeAppService = heroTypeAppService; }