public static string GetShareText(IShareLinksComposition that) => that.Value <string>("shareText");
 public static bool GetHasLargeIcons(IShareLinksComposition that) => that.Value <bool>("hasLargeIcons");