static void Main(string[] args) { Singleton singletonObject = Singleton.GetObject(); singletonObject.Print("Hello World"); Console.ReadLine(); }