self.getContext = function (id) {
                if (id !== undefined && id !== null) {
                    if (id >= 0 && id < self.calls.length) {
                        return self.calls[id].context;
                    }