public static void ConfigurePlusConventions(this BsonClassMap map)
 {
     map.AutoMap();
     map.TryConfigureExtraProperties();
 }