public async Task Post([FromBody] Record value)
 {
     await _recordManager.Create(value);
 }