/// <summary>
 /// This method is used to Stop the conversion process in between conversion process
 /// </summary>
 public void StopConversion()
 {
     mConversionUtils.StopConversion();
 }