/** Proxy to {@link IOContext#getSourceSessionId(String) }. */
 public String getSourceSessionId(String mexId) {
   return _brc.getSourceSessionId(mexId);
 }