public void ThenCurrentExecutionTableIsEmpty()
 {
     _helper.RowCount("procfwk.CurrentExecution").Should().Be(0);
 }
 public void ThenTwoBatchExecutionSuccessRecords()
 {
     _helperFirstBatch.RowCount("procfwk.BatchExecution", where : "BatchStatus", equals: "Success").Should().Be(2);
 }