default boolean isProjectFunctionGranted( ProjectEntity entity, Class<? extends ProjectFunction> fn) { return isProjectFunctionGranted(entity.projectId(), fn); }
default void checkProjectFunction(ProjectEntity entity, Class<? extends ProjectFunction> fn) { checkProjectFunction(entity.projectId(), fn); }