}
public void removeContext(String ctxName) throws ScopeRuntimeException {
Context context = contexts.remove(ctxName);
if (context != null) {
context.stop();
}
}
public void removeContextByKey(String ctxName, Object key) throws ScopeRuntimeException {
throw new UnsupportedOperationException();