Hello, with the last version of the nuget package, an issue started to happen, which is related to assembly loading.

This states that the assembly System.Text.Json is unable to be loaded.
I tried to copy it to the output directory, didn't help.
For some reasons this happens when loading it as a library alone, loading it within a server using the package makes this issue disapear.
So to sum it up:
HTTPServer -> Plugin -> WatsonWebserver.Core.dll -> Fails.
WatsonWebserver.Core.dll -> Costura.Fody -> HTTPSecureServer -> Plugin -> Success.