public static void UnlockAchievement(string id)
 {
     Debug.Log("[UnlockAchievement] " + GoogleAchievement.GetNameForId(id));
     if (CarSmasherSocial.Authenticated)
     {
         Social.ReportProgress(id, 100.0f, (bool success) => {
         });
     }
 }