public string Get()
 {
     return(_helloService.GetHelloValue() + " - " + _helloService.GetAdditionalHelloValue() + " - " + _helloServiceAdditional.GetHelloValue());
 }