Allow for having a builder and configuration that looks like this: ```kotlin safeToRun( blacklistedAppCheck { "com.test.app".add() rootApps.addAll() } ) ```