public Task <string> GetPhoneModelAsync()
 {
     return(SystemInfoHelper.GetDeviceModelAsync());
 }
 public Task <string> GetOsVersionAsync()
 {
     return(SystemInfoHelper.GetWindowsVersionAsync());
 }