/// <summary>
 /// MustChangePasswordSoon method implementation
 /// </summary>
 public static bool MustChangePasswordSoon(MFAConfig cfg, AuthenticationContext usercontext, out DateTime max)
 {
     return(RuntimeRepository.MustChangePasswordSoon(cfg, usercontext, out max));
 }