export interface ContextMap {
    [providerKey: string]: string;
}
