private bool LerLinha() { var linha = Console.ReadLine(); if (string.IsNullOrEmpty(linha)) { return(false); } HtmlPage.Add(linha); return(true); }