interface PreferenceContext {
    getConfigUri(): URI;
    getScope(): PreferenceScope;
}

Methods