public async Task Update(TodoItem item)
 {
     await _RestClient.UpdateTask(item);
 }