var newUrl = await HttpPost(url,
                new StringContent(contentToServer.ToString(), Encoding.UTF8, "application/json"), "application/json",
                true).ConfigureAwait(false); // todo maybe not need content type