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