if (errorResponse.status >= 500 && errorResponse.status < 600) {
                return notificationService.notify({
                    message: `${errorResponse.status} - ${errorResponse.message}`,
                    title: 'Server-Error',
                    type: AppNotificationType.ERROR,