public async Task <IActionResult> DeleteTodoItem(long id) { var result = await _handler.HandleDelete(id); return(await Response(result)); }