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