I have SpringBoot application where user can register using email and username. I can validate if email already exists in database properly with Optional using isPresent() m