//////////////////////////////////////////////////////////////////////////////////////////////
        // The public static method to start the demo
        //
        //////////////////////////////////////////////////////////////////////////////////////////////
        public static void Demo()
        {
            SimpleInteractionMng instance = new SimpleInteractionMng();

            instance.DoDemo();
        }
 //////////////////////////////////////////////////////////////////////////////////////////////
 // The public static method to start the demo
 //
 //////////////////////////////////////////////////////////////////////////////////////////////
 public static void Demo()
 {
     SimpleInteractionMng instance = new SimpleInteractionMng();
     instance.DoDemo();
 }