public void Cleanup() { if (!string.IsNullOrEmpty(_cloudServiceToDelete)) { Assert.IsTrue(AzureUtility.DeleteCloudServiceWithRetry(publishSettingsFilePath, _cloudServiceToDelete), "Failed to delete cloud service."); } }