public async Task <ActionResult <IEnumerable <ToDoDTO> > > GetAllToDos() { return(Ok(await _todoService.GetAllTodoDTOs())); }