/// <inheritdoc/> public void LogSInfo(object message, string activityId = null) { log.LogSInfo(message, activityId); capture.AppendLine($"[SINFO] {message}"); }