# File lib/yapra/pipeline.rb, line 63
  def run_legacy_plugin command, data
    self.logger.debug("evaluate plugin as legacy")
    legacy_plugin_registry.get(command['module'])._yapra_run_as_legacy_plugin(command['config'], data)
  end