public ILogger Info(ITraceable traceableObj, IDictionary <string, object> custom = null) { return(this.Info(traceableObj.TraceAsString(), custom)); }