public IActionResult RandomWord() { try { return(Content(WordProvider.GetWord())); } catch { return(Content(@"Resource/Tagalog.txt")); } }