toShell() {
        return this.envVars.map(p => `${p.Name}="${p.Value}"`).join(' ');
    }