if (response.StatusCode != HttpStatusCode.Created)
            {
                var responseContent = await response
                    .Content.ReadAsStringAsync()
                    .ConfigureAwait(false);