protected function getResponseService()
 {
     $instance = new \Symfony\Component\HttpFoundation\Response();
     $instance->setCharset('UTF-8');
     return $instance;
 }