I want to dynamic add methods to RpcRouteMetaData,but StaticRpcMethodDataAccessor is internal and I have to implemant IRpcMethodProvider myself. The problem is the RpcEndpointBuilder cannot be extented, and if I add a new UseJsonRpc method with MyRpcEndpointBuilder, I have to create another RpcHttpRouter because it is internal also.