static void Main(string[] args)
 {
     EAEExample eae = new EAEExample();
     eae.DoEAE();
 }
        static void Main(string[] args)
        {
            EAEExample eae = new EAEExample();

            eae.DoEAE();
        }