상속: StorageQueueBaseCmdlet
 public void InitCommand()
 {
     command = new GetAzureStorageQueueCommand(queueMock)
     {
         CommandRuntime = MockCmdRunTime
     };
 }
 public void CleanCommand()
 {
     command = null;
 }