public void RunTaskItem(IDbConnection connection, int taskItemId)
 {
     _taskRunner.RunTaskItem(connection, taskItemId);
 }