public void GetHeroesWithHealth_Returns_CorrectNumber() { Assert.AreEqual(4, heroRepository.GetHeroesWithHealth(100).Count()); }