protected override XmlDictionaryWriter TakeXmlWriter(Stream stream)
 {
     return(messageEncoder.CreateWriter(stream));
 }