public static void Run()
 {
     PrimitivesExample primitivesExample = new PrimitivesExample();
     primitivesExample.Go();
 }
        public static void Run()
        {
            PrimitivesExample primitivesExample = new PrimitivesExample();

            primitivesExample.Go();
        }