private void Setup()
        {
            _MediaServiceContext = new CloudMediaContext(myRequest.MediaAccountName, myRequest.MediaAccountKey);

            if (!string.IsNullOrEmpty(this.StepConfiguration))
            {
                myConfig = Newtonsoft.Json.JsonConvert.DeserializeObject <PackageMultiMp4ToSmoothData>(this.StepConfiguration);
            }
            else
            {
                myConfig = new PackageMultiMp4ToSmoothData();
            }
        }
        private void Setup()
        {
            _MediaServiceContext = new CloudMediaContext(myRequest.MediaAccountName, myRequest.MediaAccountKey);

            if (!string.IsNullOrEmpty(this.StepConfiguration))
            {
                myConfig = Newtonsoft.Json.JsonConvert.DeserializeObject<PackageMultiMp4ToSmoothData>(this.StepConfiguration);
            }
            else
            {
                myConfig = new PackageMultiMp4ToSmoothData();
            }
        }