protected bool Equals(FailedWindowsAuthentication other)
 {
     return(string.Equals(User, other.User));
 }
 protected bool Equals(FailedWindowsAuthentication other)
 {
     return string.Equals(User, other.User);
 }