public async Task FlushAsync() { await _batch.DisposeAsync(); _batch = await _context.CreateBatchAsync(); }