in Microsoft.Azure.WebJobs.Extensions.AzureCosmosDb.Mongo/MongoUtility.cs [16:19]
internal static async Task CreateCollectionIfNotExistAsync(MongoCollectionReference reference)
{
await CreateCollectionIfNotExistAsync(reference.client, reference.databaseName, reference.collectionName);
}