protected function initUseCaseProxy()
 {
     $this->useCaseProxy = new UseCaseProxyImpl();
     $this->useCaseProxy->setReader(new AnnotationReader());
     $this->proxyStrategyBagFactory = new ProxyStrategyBagFactoryImpl();
     $this->proxyStrategyRequestFactory = new ProxyStrategyRequestFactoryImpl();
     $this->useCaseProxy->setProxyStrategyBagFactory($this->proxyStrategyBagFactory);
     $this->useCaseProxy->setProxyStrategyRequestFactory($this->proxyStrategyRequestFactory);
 }