public bool Add([FromBody] HealthCreateRequest request)
 {
     return(_healthManager.CreateNewHealth(request));
 }