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

            AGNotificationManager.OpenNotificationChannelSettings(_channelIdInputField.text);
        }