public void Execute(EventParams eventParams) { method(eventParams, parameters); if (NextCall != null) { NextCall.Execute(eventParams); } }