private static void TryRun(IController controller) { try { controller.Index(); } catch (Exception e) { DieBecause("An error has occurred: {0}", e.Message); } }