public CustomTextMessageEncoder(CustomTextMessageEncoderFactory factory)
        {
            this.factory = factory;

            this.writerSettings = new XmlWriterSettings();
        }
 public CustomTextMessageEncoder(CustomTextMessageEncoderFactory factory)
 {
     this.factory = factory;
     
     this.writerSettings = new XmlWriterSettings();            
 }