// Oooh. That's messy. void IActionHandler.Execute(IDataContext dataContext, DelegateExecute nextExecute) { actionHelper.Execute(dataContext, nextExecute); }
void IExecutableAction.Execute(IDataContext dataContext, DelegateExecute nextExecute) { actionHelper.Execute(dataContext, nextExecute); }