public async Task <TaskDTO> UpdateTask([FromBody] TaskDTO task) { return(await _writerService.UpdateTask(task)); }