public static void Debug(this ITcLog logger, string message, params object[] args) { logger.DebugFormat(message, args); }