public void OnClear(ExecutionEntity execution)
 {
     if (VariableSnapshot == null)
     {
         VariableSnapshot = execution.GetVariablesLocalTyped(false);
     }
 }