private async Task DeleteDataAsync(string path) { await _db.DeleteCollectionAsync(path); _logger.Log($"Deleting collection for {path}", LogSeverity.SEVERITY_ALERT); }