# File lib/deltacloud/drivers/vsphere/vsphere_client.rb, line 128
    def map_task_to_instance(datastore, task_key, new_instance)
      VSphere::FileManager::store_mapping!(datastore, YAML::dump(new_instance).to_s, task_key)
      new_instance
    end