private ApplicationAndFixtureProjectReferencePage applicationAndFixtureProjectReferencePage;
@Override
protected ISuggestedProjectNameProvider doAddPagesFirst() {
addPage(applicationAndFixtureProjectReferencePage = new ApplicationAndFixtureProjectReferencePage("client", getSelectedProjectIdIfAny()));
return applicationAndFixtureProjectReferencePage;
}