public void dispatch(Switch sw) {
   super.dispatch(sw);
   sw.onAggressiveLoad(this);
 }
 public void dispatch(Switch sw) {
   super.dispatch(sw);
   sw.onReferenceKey(this);
 }