public PostgreSqlExceptionAdapter(DbException exception)
 {
     _exception = exception.ThrowIfNull(nameof(exception));
 }