private string generateRandomCompleteSentence(string acronym) { return(dictionary.CreateRandomSentence(acronym)); }