public DefaultPasswordGenerator(IDbSettingsReader settings) { this.PasswordSalt = settings.GetPasswordSalt(); }