const writeFileProps: ICommon.IWriteFile = {
        dirPath: `${moleculer.servicesHelperDir}/${options.upperFileName}Helper.ts`,
        getFileContent: () =>
            getTemplate(createServiceHelperParams.templatePath, options),
        message: 'Added new Service Helper'