public static void AddGxtText(string key, string value) => Core.AddGxtText(Hash(key), value);
 public static void AddGxtText(uint key, string value) => Core.AddGxtText(key, value);