public final void notifyManifestNotFetched() {
   if (listener != null) {
     listener.onManifestNotFetched();
   }
 }