public _IFunction4_121(SodaQueryComparatorTestCase _enclosing)
			{
				this._enclosing = _enclosing;
			}
			public Item(int id, string name, SodaQueryComparatorTestCase.ItemChild child)
			{
				this.id = id;
				this.name = name;
				this.child = child;
			}
 public _IFunction4_121(SodaQueryComparatorTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }