public void CanGetByMake() { var repo = new CarsRepository(); Assert.AreEqual(2, repo.GetByMake(1).Count); }