public void GetPaymentByReferenceCodeTest()
        {
            // TODO uncomment below to test the method and replace null with proper value
            string referenceCode = "1a619f40-2654-4ef8-9161-d52656f14c03";
            string walletId      = "10012036";
            var    response      = instance.GetPaymentByReferenceCode(walletId, referenceCode);

            Assert.IsInstanceOf(typeof(AyriaPaymentV1DTO), response, "response is AyriaPaymentV1DTO");
        }