public void GetAllRsvps_NoProblems_CallsEntityWrapperGetAllRsvps() { // setup // action _getHelper.GetAllRsvps(); // assert _entityWrapper.Received().GetAllRsvps(); }