Base.prototype.useFor = function () {
  this.mw.use.apply(this.mw, arguments)
  return this
}