Cosmos db, can each saga type have its own container

we are using cosmosdb for persistence of saga.
we have an endpoint which contains 2 sagas which is being persisted to the same container

is there a way where we can allocate a specific container for each saga ?

Thanks -nen

Does the following sample help:

This sample shows a client/server scenario using a dynamic container configuration for certain saga types with a fallback to the default container.

Cosmos DB Persistence Usage with non-default container • NServiceBus.Persistence.CosmosDB Samples • Particular Docs