private void HandleTimestamp(XmlReader reader, SoapContext soap)
        {
            var timestamp = ReadTimestamp(reader);

            AssertTimestamp(timestamp, soap);
            soap.SetWsSecurityTimestamp(timestamp);
        }