public void RecieveLog(int senderId, string log)
 {
     _collection.AddLogEntry(senderId, log);
 }