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