public IEnumerable <HeroViewModel> GetAllHeroes(string id) { return(_playerAppService.GetAllHeroes(ObjectId.Parse(id))); }