static void Main() { var sss = new Getter(12); Console.WriteLine($"Area of the square = {sss.Constructor()}"); }