public void Poll() { if (Topics != null && Topics.Count > 0) { DataService.RequestTopics(Topics); } }