I've been trying to write or set the HttpContext.Response.Body but to no avail. Most of the samples I found is using the Body.WriteAsync but the paramaters are different then the example. I tried converting my string to byte[] but the text doesn't show on my Response.Body.