InstantiationException, IllegalAccessException {
InstantiationStateCreator creator = new InstantiationStateCreator();
if (markedClass.equals(CustomInstantiationSteps.class)) {
return creator.didInstantiate(new CustomInstantiationSteps(new Date()));
}
return creator.didNotInstantiate();
}
}