const addIndexParams: ICommon.IAddIndex = {
        dirPath: `${moleculer.servicesHelperDir}/index.ts`,
        getFileContent: () =>
            getTemplate(createServiceHelperParams.indexTemplate, options),
        message: 'Service Helper added to index.ts.'