/// <summary>
 /// The dialog to open. Valid options are:
 /// "friends",
 /// "community",
 /// "players",
 /// "settings",
 /// "officialgamegroup",
 /// "stats",
 /// "achievements".
 /// </summary>
 public static void OpenOverlay(string type) => Internal.ActivateGameOverlay(type);