/// <summary>
 /// Gets the hash code for this object.
 /// </summary>
 /// <returns>The hash code</returns>
 public override int GetHashCode()
 {
     return(_path.GetHashCode() ^ _fileSystem.GetHashCode());
 }