public ScriptManager(string scriptType) { this.scriptType = scriptType; this.reader = new ScriptReader(scriptType); this.writer = new ScriptWriter(scriptType); RunScripts(); }