public static Collection<PSObject> RunPSCode(string codeSnippet) { return PSRunner.Runner.RunPSCode(codeSnippet, showCode); }