public override object ParseResponse(XmlNode part) { return(SoapSerializer.Deserialize(part, typeof(ResponseType))); }