NotFoundException(String message, {int? status}) : super(message, "Not Found: ", status: status ?? 404);