Future<void> deleteById(String id) async { await _blobDiskDriver.deleteChunks(id); await _collection.deleteById(id); }