Enableable.prototype.enable = function (args, callback) {
  this._invokePlugin(
    args,
    "enable",
    function (err, result) {