Loads the full representation of the VM.
Future<VM> load() async => new VM._(_peer, _streams, await _peer.sendRequest("getVM", {}));