Im having issues returning/throwing a custom exception made with ProblemDetails. Im using FluentValidation to validate the input, and then i want to throw the custom exception whenever data isn't valid. I'll attach code snippets of relevant classes. Hopefully some of you, can see through my problem Thanks in advance