public static string IsShown(this IVisualElementWithScriptedGui element, int index)
 => $"ScriptedGui.IsShown( {element.GetSetScopes(index)} )";
 public static string GetDigit(this IVisualElementWithScriptedGui _, int digit)
 => $"MakeScopeValue( '(CFixedPoint){digit}' )";