public void stop(Object component) {
   lifecycle.stop(componentInstance);
   started = false;
 }