/**
  * Unregister this brick instance with the registry.
  *
  * @generated
  */
 @Override
 public void end() {
   myxRegistry.unregister(this);
   super.end();
 }