private Builder()
 {
     newEmployee = new EmployeeCreated();
 }
 private void Apply(EmployeeCreated e)
 {
     FirstName = e.FirstName;
 }