public IActionResult Put(Guid id, [FromBody] string content) { _messageAdapter.Update(id, content); return(NoContent()); }