public CustomUserAccountServiceWithAttrFix(CustomConfigWithAttrFix config, CustomUserAccountRepositoryWithAttrFix repo)
     : base(config, repo)
 {
 }
 static CustomConfigWithAttrFix()
 {
     Config = new CustomConfigWithAttrFix();
     Config.PasswordHashingIterationCount = 10000;
     Config.RequireAccountVerification    = false;
 }