static void Main(string[] args) { AdomdConnection conne = new AdomdConnection(); Console.WriteLine($"Hello World! {conne.ToString()}"); }