Status.prototype.getOSArchitecture = function () {
  return this._values.os && this._values.os.arch;
};