static Scope getScope(final String scopeId) { final scope = _resolveScope(scopeId); if (scope == null) throw NoScopeFoundException(scopeId); return scope; }