public override void EntityShouldBeValid()
 {
     Assert.AreEqual(true, service.IsValidBorrower(borrower));
 }