suspend fun MongoClient.createCollectionAwait(collectionName: String): Unit
Create a new collection
collectionName - the name of the collection
collectionName
resultHandler - will be called when complete
resultHandler
Return