public MultiplexingTypedWriter(IWriter writer, ITypeMapperInjector injector) { this.writer = writer; this.injector = injector; }