public bool Equals(NullModel other) => Node.Equals(other.Node) && ID == other.ID && Name.Equals(other.Name);