public void GetCarlist() { int locationId = 0; //Act var response = controller.GetCarlist(locationId); //Assert Assert.IsNotNull(response); }