function mapperCreator(mappings) {
  return function (app) {
    app = createMapper(app);

    for (var i = 0, len = mappings.length; i < len; ++i)