interface WritingScenario {
    varrefInScenario(varref: Varref): boolean;
}

Methods