const writeFileProps: ICommon.IWriteFile = {
        dirPath: `${moleculer.servicesDir}/${options.lowerFileName}.service.ts`,
        getFileContent: () =>
            getTemplate(createServiceParams.templatePath, options),
        message: 'Added new Service.'