public static void ApplyTo(InternalWebMethodWorker that, InternalWebMethodInfo target)
        {
            //Console.WriteLine("InternalWebMethodWorker");

            // WriteXDocument Results null

            target.Results = that.ToArray();
        }
		public static void ApplyTo(InternalWebMethodWorker that, InternalWebMethodInfo target)
		{
            //Console.WriteLine("InternalWebMethodWorker");

            // WriteXDocument Results null

			target.Results = that.ToArray();
		}