public void Create_And_Saves() { underTest.Create(expense); expenseRepo.Received().Create(expense); }