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