public static void SetText(this CustomGuiText item, string newText)
 {
     item.SetText(newText);
 }