/** Proxy to {@link ProcessControlContext#terminate()}. */
 public void terminate() {
   cleanupOutstandingMyRoleExchanges(null);
   _brc.terminate();
 }