Elastic.Clients.Elasticsearch Version="8.15.6": maxScore is always null

For anyone who has the same issue, this is the fix.
result.HitsMetadata.MaxScore
MaxScore moved to HitsMetadata.

GitHub issue:
https://github.com/elastic/elasticsearch-net/issues/7886