From what i can see in the stacktrace, it seems that you’re trying to inject SendGridClient
but IWebProxy
is not registered in your dependency injection.
From what i can see in the stacktrace, it seems that you’re trying to inject SendGridClient
but IWebProxy
is not registered in your dependency injection.