public void Should_New_return_NotNull_transaction()
 {
     using (var tx = new TransactionScopeFactory().New())
     {
         tx.ShouldNotBeNull();
     }
 }