public void LogInfo(string message) =>
 _customLogger.NotifyInfo(message, _applicationName);