public void CheckIfEntityIsExist() { var country = countryService.CheckIfEntityIsExist(2); Assert.IsTrue(country); }