@Override
 public void start() {
   mStatus = DownloadStatus.STATUS_STARTED;
   mResponse.onStarted();
   connect();
 }