public void Setup() { personService = new Mock <IPersonService>(); _personServiceHelper = new PersonServiceHelper(personService.Object); }