UnauthorizedException(String message, {int? status}) : super(message, "Unauthorized: ", status: status ?? 401);