UserRuntime

struct UserRuntime {
UserContext[string] contexts;
ContextMeta[string] meta;
string activeContextId;
}