public static void Main(string[] args)
        {
            Console.WriteLine("===========================================");
            Console.WriteLine("Welcome to Off Amazon Payments Service Refund Sample!");
            Console.WriteLine("===========================================");
            Console.WriteLine();

            init();
            instance = new OffAmazonPaymentsServiceRefund();
            RunSample();

            Console.WriteLine();
            Console.WriteLine("===========================================");
            Console.WriteLine("End of output. You can close this window");
            Console.WriteLine("===========================================");

            System.Threading.Thread.Sleep(50000);
        }
 /// <summary>
 /// Setup variables that are specific to the page
 /// </summary>
 /// <param name="sender">Reference to the source of this event</param>
 /// <param name="e">arguments for the event</param>
 protected void Page_Load(object sender, EventArgs e)
 {
     this._refund = new OffAmazonPaymentsServiceRefund();
 }