public async Task Put([FromBody] Writer writer)
 {
     await db.Update(writer);
 }