protected static TraceCtx getCtx() { return (TraceCtx) getSubCtx(DsfCtx.ctx(), CTX_NAME); }
protected static void setCtx(final TraceCtx ctx) { setSubCtx(DsfCtx.ctx(), CTX_NAME, ctx); }
protected static DapCtx getCtx() { return (DapCtx) getSubCtx(DsfCtx.ctx(), CTX_NAME); }