public Hero RandomHero() { var heroRepo = new HeroRepository(); return(heroRepo.GetRandomHero(_hostingEnvironment.ContentRootPath)); }