/**
  * @return Bootstrapper
  */
 private function make_instance()
 {
     return new Bootstrapper($this->wpLoadPath, $this->system->reveal());
 }