public void freeze() {
   underlying.freeze();
 }
 public void freeze(boolean throwException) {
   underlying.freeze(throwException);
 }