public static List <string> GetRadioChannels(List <string> groups) { List <string> result = serverIntf.GetRadioChannels(groups); return(result); }