public void NullAccountFails() { // Test if FasterPayments payment fails (unauthorized payment scheme) var result = _service.IsMovementAuthorized(null, PaymentScheme.FasterPayments, 5000); Assert.IsFalse(result); }