public Hero Post([FromBody] Hero value) { _heroRepository.AddHero(value); _notificationService.AddHero(value); return(value); }