void DebugClient(HTTPClient _client)
  {
    IHTTPResponse response = _client.Response;

    _log = _client.ToString();
    if (response == null)
    {
      _log += "\nAwaiting response...";
    }
  }