private void TransformJwtFactory(SmartAppInfo manifest) { var template = new JwtFactory(manifest); _writingService.WriteFile(Path.Combine(_context.BasePath, template.OutputPath), template.TransformText()); }