ProjectRepository.prototype.createFile = function(params, fn) {
      if (params == null) {
        params = {};
      }
      if (fn == null) {