public static void FailFast(String message, Exception exception) { RuntimeExceptionHelpers.FailFast(message, exception); }