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();
		}
 public static void Add(InternalWebMethodWorker that, InternalWebMethodInfo value)
 {
     that.Results.Add(value);
 }
		public static void Add(InternalWebMethodWorker that, InternalWebMethodInfo value)
		{
			that.Results.Add(value);
		}