class KPM::SystemProxy::OsInformation

def fetch_mac

def fetch_mac
  os_data = `sw_vers`
  build_hash(os_data)
end