public override int GetHashCode()
 {
     return(_documentSnapshot?.GetHashCode() ?? 0);
 }