Description
When the Data Structure synchronous methods were updated to reflect changes in the RFC, the async versions were missed.
ListPushAsync > ListAppendAsync
ListShiftAsync > ListPrependAsync
ListDeleteAsync > ListRemoveAsync
SetExistsAsync > SetContainsAsync