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