public TileNotificationFactory( IObjectDocumentConverter converter, XsltProcessor processor )
 {
     this.converter = converter;
     this.processor = processor;
 }
 public TileNotificationFactory( IObjectDocumentConverter converter )
     : this(converter, Defaults.Processor)
 {
 }