public String GetInputMessage <T>(CommonInput t) where T : CommonInput { return(XmlHelper.SerializeToXmlStr <T>((T)t, true)); }