This version adds a `folder` argument to `get_vm`. Searching within a specific folder for a VM is near instant, while the old/default behaviour of searching the whole VM list is an `O(N)` operation.
There's also a new function for finding VMs by their Instance UUID (`get_vm_by_instance_uuid`), which is fast, even if you don't know what folder the VM is in.