public async Task <IActionResult> Delete(int id) { var result = await _todosService.DeleteForAsync(id, UserId); return(Ok(result)); }