static string GetModel()
 => Plat.GetSystemInfo("model_name");
 static string GetManufacturer()
 => Plat.GetSystemInfo("manufacturer");
 static string GetDeviceName()
 => Plat.GetSystemInfo("device_name");