protected override void JustDoIt() { try { if (string.IsNullOrEmpty(_outputFormat)) { ConvertResult = DataConvertAppService.FormatConvert(ConvertFileList, ErrorInfo, ConvertService); } else { ConvertResult = ConvertService.DataConvert(ConvertFileList.ToList(), "", "NULL", false); } } catch (Exception ex) { throw; } }