For example, when configuring
.WriteTo.MongoDBBson(connectionString, "logs", rollingInterval: RollingInterval.Month)
Collection with name "logs" is created, since configuration.CollectionName parameter gets passed to VerifyCollectionExists, which in turn creates said collection.
Afterwards, on first insert, "logs_202509" is generated as expected, but empty "logs" collection persists.