GeoRadiusResult is not mockable
GeoRadiusResult struct has an internal constructor that makes testing code which uses GeoRadius and GeoRadiusAsync methods hard. All other GEO results have public constructors so seems like it's possible to make this constructor public too.
I've made a PR #1175 with the proposed change.