public void SetVariable(string name, object value) => CurrentScope.SetVariable(name, value);