string Run(BadExecutionContext context, [BadParameter(description:"The Template File")] string file, [BadParameter(description:"The Model")] BadObject? model=null, [BadParameter(description:"If True, empty text nodes are omitted from the output html")] bool skipEmptyTextNodes=false)
The Execution Context. Every execution of a script needs a context the script is running in....
BadScope Scope
The Root Scope of the Context.