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