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