const writeFileProps: ICommon.IWriteFile = {
        dirPath: `${moleculer.entityDir}/${answers.fileName}.ts`,
        getFileContent: () =>
            getTemplate(createEntityHelperParams.templatePath, templateProps),
        message: 'Added new Entity Instance.'