Also fixed up some code that was assigning by-value returns from a function to references (setting up a likely use-after-free, though I didn't see any actual problems as a result of this). And some other code that was attempting to std::move away CesiumIonClient::Token records owned ...