//Case 3 public void CostOfAllOutings() { double costOfAllEvents = _outingRepo.TotalCost(_outingRepo.ViewAllOutings()); Console.WriteLine($"The final cost is {costOfAllEvents}"); }