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