[iPgm.addReturn](https://github.com/IBM/nodejs-itoolkit/blob/master/lib/Deprecated.js#L132) does not emit a deprecation warning. It should emit ``` As of v1.0, 'iPgm.addReturn()' is deprecated. Please use 'ProgramCall.addReturn()' instead. ``` Like was done for [iPgm.addParam](https://github.com/IBM/nodejs-itoolkit/blob/master/lib/Deprecated.js#L120) _Originally posted by @abmusse in https://github.com/IBM/nodejs-itoolkit/pull/293/review_comment/create_