public void Repo_GetFarmById_Test() { var farm = _farmRepository.GetFarmById(44); Assert.IsNotNull(farm); Assert.AreEqual(44, farm.Id); }