public async Task RemoveTodoItem(int todoItemId) { var response = await TodoService.DeleteTodoAsync(todoItemId); await UpdateAndLoad(); }