var result = new HttpResponseMessage { Content = new StringContent(JsonConvert.SerializeObject(dto2), Encoding.GetEncoding("UTF-8"), "application/json") };
var result = new HttpResponseMessage { Content = new StringContent(JsonConvert.SerializeObject(dto2), Encoding.GetEncoding("UTF-8"), "application/json") };