static void Test_DeleteVM(Host host, string uuid)
        {
            XenConnect conn = new XenConnect(host, testServerId, testip);

            conn.deleteVm(uuid);
        }