public void Init() { // ARRANGE _employeeService = new EmployeeService(new TestSqlServerSettings()); _employeeService.InitialiseData(); }