pub async fn smart_configuration<Repo: Repository + Send + Sync, Search: SearchEngine + Send + Sync, Terminology: FHIRTerminology + Send + Sync>(
__arg0: Cached<TenantIdentifier>,
__arg1: Cached<ProjectIdentifier>,
__arg2: State<Arc<ServerState<Repo, Search, Terminology>>>,
) -> Result<Json<SmartConfigurationDocument>, OIDCError>