protected override void OnBuildIndex(MongoDB.Driver.Builders.IndexKeysBuilder builder)
 {
     builder.GeoSpatial("Location.Center");
 }