Status.prototype.getBuildRevision = function () {
  return this._values.build && this._values.build.revision;
};