public IHttpActionResult POST(int id, Comment comment) { return(Ok(_adapter.AddComment(id, comment))); }