Store.prototype.migrate = function (destroy) {
    if (destroy) {
        this.__handler.destroy(this.getId());
    }