public void CheckIfEntityIsExist() { var vehicle = vehicleService.CheckIfEntityIsExist(2); Assert.IsTrue(vehicle); }