} else if ( place instanceof TestScenarioListPlace ) {
return new TestScenarioListActivity(
((TestScenarioListPlace) place).getModuleUuid(),
clientFactory );
} else if ( place instanceof VerifierPlace ) {
return new VerifierActivity(
((VerifierPlace) place).getModuleUuid(),
clientFactory );
} else if ( place instanceof SnapshotPlace ) {
return new SnapshotActivity(
((SnapshotPlace) place).getModuleName(),