private IEnumerable <string> GetMessagesFromClients()
 {
     return(_clients.SelectMany(q => q.GetPackets()));
 }