public void when_completing_payment_then_changes_status()
        {
            sut.Complete();

            Assert.Equal(ThirdPartyProcessorPayment.States.Completed, sut.State);
        }