public void EachInstance(Action <Type, Instance> action) { _outer.EachInstance(action); _parent.EachInstance(action); }