isEqual: function(a, b) {
        b = b || this;
        return Ember.get(a, 'secret') === Ember.get(b, 'secret');
    },