private async void PaymentSourceERL_TestNewPaymentSourceERL()
        {
            var paymentSourceEdit = await PaymentSourceERL.NewPaymentSourceERL();

            Assert.NotNull(paymentSourceEdit);
            Assert.IsType <PaymentSourceERL>(paymentSourceEdit);
        }