suspend fun MongoClient.createCollectionAwait(collectionName: String): Unit
Create a new collection
collectionName - the name of the collection
collectionName
Return