Return values were all labelled as dicts instead of bools. Root user dependency now returns the org for which they are root user.
Resolves #2
These dependencies require `user_model_claims_dependency` which requires the `claims_dependency`. This caused an import loop error and therefore they must be defined in a different file from `claims_dependency`. Resolves #6