public virtual T GetVariableLocalTyped <T>(string variableName)
 {
     return(WrappedScope.GetVariableLocalTyped <T>(variableName));
 }