// teardown public void Dispose() { itemsToDelete.ForEach(async id => { await client.Delete(id); }); }