/// <summary>
 ///     Initializes a new instance of the WaitAzureHDInsightJobCmdlet class.
 /// </summary>
 public WaitAzureHDInsightJobCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate <IAzureHDInsightCommandFactory>().CreateWaitJobs();
 }
 /// <summary>
 ///     Initializes a new instance of the WaitAzureHDInsightJobCmdlet class.
 /// </summary>
 public WaitAzureHDInsightJobCmdlet()
 {
     this.command = ServiceLocator.Instance.Locate<IAzureHDInsightCommandFactory>().CreateWaitJobs();
 }