private bool Equals(SpecialFileItem other)
 {
     return string.Equals(FullPath, other.FullPath);
 }
 private bool Equals(SpecialFileItem other)
 {
     return(string.Equals(FullPath, other.FullPath));
 }