abstract fun getProtocolFactory(markerClass: Class<*>): (Party) -> ProtocolLogic<*>
Return the protocol factory that has been registered with markerClass, or null if no factory is found.