public void DeleteNotificationChannelGroup()
        {
            if (NotificationChannelsApiCheck())
            {
                return;
            }

            AGNotificationManager.DeleteNotificationChannelGroup(_groupIdInputField.text);
        }