https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/6429275dcb24e01bc4cc96b932ce135ec6403d06/src/JsonApiDotNetCore/Serialization/JsonApiReader.cs#L53 should be: ```c# _traceWriter.LogMessage(() => $"Received {context.HttpContext.Request.Method} request at '{url}' with body: <<{body}>>"); ```