public void GetAll_RepositoryShouldCallOnce() { //act teacherService.GetAll(); //assert uow.Verify(x => x.Teachers, Times.Once); }