store.all = function () {
  return buf.map(function (mock) {
    return { id: mock.id, config: mock.config }
  })
}