public ActionResult <string> Get()
 {
     return(barService.GetValue());
 }
 public string GetValue() => $"{innerService.GetValue()} (decorated)";