public bool DeleteEntry(string key) { this.ConversationMap.Remove(key); Conversations.Delete(key); //TODO fix this return(true); }