/// <summary>
 /// Turns on automatic saga collection name generation - will kick in for all saga data types that have
 /// not had a collection name explicitly configured
 /// </summary>
 public MongoDbSagaPersister AllowAutomaticSagaCollectionNames()
 {
     return(mongoDbSagaPersister.AllowAutomaticSagaCollectionNames());
 }