Right now there's one place where the code sets a magical .expectsResultObject on the callback passed to a backend command invocation. I think we should disambiguate this by adding a different method (like .invoke or .promise) rather than using a magic property.
<rdar://problem/16770631>
This is nowadays auto-detected based on the type of the last argument. Closing.