public static void main(string[] args) { SimpleMethodsExample example = new SimpleMethodsExample(); try { example.Run(); } catch (Exception ex) { Console.WriteLine(ex.StackTrace); } }