private bool IdenpotenceControl()
        {
            currentJob = myEncodigSupport.GetJobByName("Convert to Smooth Streaming job " + myAssetOriginal.Name);


            return(currentJob == null);
        }