public IActionResult GetValue()
 {
     return(Content(_manager.GetValue()));
 }