public string GetRandomKey() { return(MarkovChain.ElementAt(RandomNumber.Next(MarkovChain.Count)).Key); }