const serviceTestParams = {
        ...options,
        dirPath: `${moleculer.servicesTestDir}/${options.lowerFileName}.spec.ts`,
        successMessage: 'Added new Microservice test.',
        templatePath: createServiceParams.testTemplatePath,