I'm trying to figure out how to write this in a cleaner way. I know I can use
bindings { ... }
to model sequential operations, but I don't think that will work in my case because the entire method only fails if both sub-operations fail. Can anyone point me in the right direction?