public async Task <Hero> Get(string id) { var hero = await heroRepository.findOneById(id); return(hero); }