static CustomConfigWithDtkFix()
 {
     Config = new CustomConfigWithDtkFix();
     Config.PasswordHashingIterationCount = 10000;
     Config.RequireAccountVerification    = false;
 }
 public CustomUserAccountServiceWithDtkFix(CustomConfigWithDtkFix config, CustomUserAccountRepositoryWithDtkFix repo)
     : base(config, repo)
 {
 }