public SeoDefinitionAppender(IContentTypeManager contentTypeManager, TemplatesSection templatesConfig)
        {
            _contentTypeManager = contentTypeManager;
            _templatesConfig = templatesConfig;

            HtmlTitleTitle = "HTML Title";
            MetaKeywordsTitle = "Meta Keywords";
            MetaDescriptionTitle = "Meta Description";
            SeoTabTitle = "SEO";
        }
 public UserRegistrationService(TemplatesSection templatesConfig, ICredentialService credentialService)
 {
     _templatesConfig = templatesConfig;
     _credentialService = credentialService;
 }
 public TaggingDefinitionAppender(IContentTypeManager contentTypeManager, TemplatesSection templatesConfig)
 {
     _contentTypeManager = contentTypeManager;
     _templatesConfig = templatesConfig;
 }