public async Task <PostJsonResponse> PostJsonExecuteThroughHttpTwiceAsync([FromBody] PostJsonRequest request)
        {
            _logger.LogError("json readed");

            return(await _exampleHttpService.PostJsonExecuteThroughHttpAsync(request));
        }