const addIndexParams: ICommon.IAddIndex = {
        dirPath: `${moleculer.entityDir}/index.ts`,
        getFileContent: () =>
            getTemplate(createEntityHelperParams.indexTemplate, templateProps),
        message: 'Entity added to index.ts.'