The way webbrowser serialize Results and returns JSON at the last step await HttpContext.SendDataAsync(result); produce, in some cases, Circular Reference Error  Is there an option to parametarized the serialization with an option such as https://www.newtonsoft.com/json/help/html/ReferenceLoopHandlingIgnore.htm or something else Thank you