private IntentServiceController(
     final ShadowsAdapter shadowsAdapter, final T service, final Intent intent) {
   super(shadowsAdapter, service, intent);
   shadowActivityThreadClassName = shadowsAdapter.getShadowActivityThreadClassName();
 }