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