public void LogError(Exception exception) =>
 _customLogger.NotifyError(exception.Message, _applicationName);