return this.electron
            .showOpenDialog(this.electron.getCurrentWindow(), {
                title: 'Load Template',
                filters: [IOService.TEMPLATE_FILE_FILTER],
                properties: ['openFile'],