Options.prototype.get = function (key) {
  return key ? this.store[key] : _.clone(this.store)
}