def destroy(async = true)
          requires :name
          data = service.delete_instance_template(name)
          operation = Fog::Compute::Google::Operations.new(:service => service).get(data.name)
          operation.wait_for { ready? } unless async