ScopePresentationDefinitionRetriever
typealias ScopePresentationDefinitionRetriever = suspend (String) -> PresentationDefinition?(source)
Implementations need to match a scope value to a PresentationDefinition if a related presentation definition is known.