protected void Init(string serviceName, IBlogProviderWelcomePage welcomePage, IBlogProviderAccountCreationLink accountCreationLink)
        {
            if (serviceName == null)
            {
                throw new ArgumentNullException("serviceName");
            }

            _serviceName         = serviceName;
            _welcomePage         = welcomePage;
            _accountCreationLink = accountCreationLink;
        }
        protected void Init(string serviceName, IBlogProviderWelcomePage welcomePage, IBlogProviderAccountCreationLink accountCreationLink)
        {
            if (serviceName == null)
                throw new ArgumentNullException("serviceName");

            _serviceName = serviceName;
            _welcomePage = welcomePage;
            _accountCreationLink = accountCreationLink;
        }