public Xtruct2 testNest(Xtruct2 thing)
        {
            Console.WriteLine("testNest:" + thing.ToString());

            return(thing);
        }