public string TestToShowXml(UnifiedOrderParam param) { SetParams(param); ValidateParameters(); string xml = ParamBuilder.ToXml(); return(xml); }