protected BlockBase() { this.FlowLogger = DataFlowLoggerFactory.Create(this.GetType()); }
protected BlockBase(ProcessingBlockOptions options) { this.Options = options; this.FlowLogger = DataFlowLoggerFactory.Create(this.GetType()); }