private void Dispatcher_NewGroup(object sender, GroupEventAgrs args) { foreach (IGroupListener current in this.listeners) { this.ProcessGroup(current, args.Group); } }