public override void Run(DataAdapters.IDataAdapter adapter, Utils.Logger logger) { while (adapter.Read() != null) { // Do not alot } }