Status.prototype.getBuildTime = function () {
  return this._values.build && this._values.build.time;
};