interface PermissionHandler
Decides who is allowed to execute a command
isCovered
abstract fun isCovered(context: Context): Boolean
DefaultPermissionHandler
class DefaultPermissionHandler : PermissionHandler
Default implementation of PermissionHandler