SharedStorageProvider.prototype.get = function (key, continuation) {
  this.store.get(key).then(continuation);
};