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