public void AddChore(Chore chore) { Chore c = _repo.AddChore(chore); Clients.All.SendAsync("NewChore", c); }