ConflictException(String message, {int? status}) : super(message, "Conflict: ", status: status ?? 409);