add Lazy Parallel States Resolution Hint
abstract fun addLazyParallelStatesResolutionHint(description: String, targetStates: Set<Lazy<IState>>)
Allows to specify parallel states as lazy values. Lazy initializer should not be used to dynamically calculate state. Use it only to delay state's variable access. See StateResolutionHint