static void Main(string[] args)
        {
            var text = new Text();

            text.width = 100;
            text.addhyperlink("www.google.com");
            Console.ReadKey();
        }