public string GetValue(Guid id) { return(_service.GetValue(id)); }
public ActionResult <IEnumerable <string> > Get() { return(new[] { _service.GetValue() }); }