public void TransactionProcessorIsAuthorizedTest()
 {
     Assert.IsTrue(processor.IsTransactionAuthorized(TestTransaction));
 }