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