public void Post([FromBody] string value)
 {
     valuesService.Store(value);
 }