protected static void CleanupService(string svcName)
 {
     Utilities.TryAndIgnore(() => vmPowershellCmdlets.RemoveAzureService(svcName, true), "does not exist");
 }