The API can and does raise the following on server throttling: ``` VssServiceException: The server is currently busy, please try again later. ``` We should handle this robustly by notifying the user, instead of crashing with an exception. π