private void ReceivedResponse(RadioClient sender, ChannelInfo info)
 {
     channelSelectionViewController.SetLoadingState(false);
     _channelInfos.Add(info);
     if (_channelInfos.Count == 1)
     {
         channelSelectionViewController.SetContent(_channelInfos.First());
     }
 }
 private void ChannelException(RadioClient sender, Exception ex)
 {
     Misc.Logger.Warning("Channel exception: " + ex);
 }
 private void ChannelException(RadioClient sender, Exception ex)
 {
     Plugin.log.Warn("Channel exception: " + ex);
 }