get Any Replica Or Null
suspend fun getAnyReplicaOrNull(id: String, common: CommonOptions = CommonOptions.Default, readPreference: ReadPreference = ReadPreference.none()): GetReplicaResult?
Like getAnyReplica, but returns null instead of throwing DocumentUnretrievableException if the document was not found.