public abstract string Name { get; }
Vrml.EAI.Browser browser = ...; System.Console.WriteLine("Browser.Name = \"" + browser.Name + '"');