public void ProcessGetAzurePublishSettingsTest()
        {
            ShowAzurePortalCommand showAzurePortalCommand = new ShowAzurePortalCommand
            {
                Name = null,
                Environment = EnvironmentName.AzureCloud,
                Realm = "microsoft.com"
            };

            showAzurePortalCommand.ExecuteCmdlet();

            //If test reaches here then it passed.
        }
 public void ProcessGetAzurePublishSettingsTest()
 {
     ShowAzurePortalCommand showAzurePortalCommand = new ShowAzurePortalCommand { Name = null };
     showAzurePortalCommand.ProcessShowAzurePortal();
 }