Contains base classes which can be handy to implement steps of the building process.
EntryPointStepImpl
abstract class EntryPointStepImpl<T : Any, out S : Contains.SearchBehaviour> : Contains.EntryPointStepLogic<T, S>