private bool Equals(AutorunItem other)
 {
     return(string.Equals(Entry, other.Entry));
 }
 private bool Equals(AutorunItem other)
 {
     return string.Equals(Entry, other.Entry);
 }