/// <summary> /// Removes all To-do items from the repository. /// </summary> /// <returns></returns> public async Task ClearList() { await _todoRepo.Clear(); }