public IEnumerable <ChatItem> GetHistory()
 {
     return(history.ToList());
 }