namespace Landmarks_Import { internal class Program { private static void Main(string[] args) { MainClass mc = new MainClass(); mc.Start(); } } }