static S callStrategy(O strategy, S text) { ret (S) call(strategy, "strategy", text); } static S callStrategy(S strategyID, S text) { ret callStrategy(loadStrategy(strategyID), text); }