public abstract bool Equals(CostlyPathfindingCell other);
 public int CompareTo(CostlyPathfindingCell other) => Cost.CompareTo(other.Cost);