i have a similar usecase as this: https://github.com/paritytech/jsonrpsee/issues/560#issuecomment-967067308 where i need to pass a single client around, but since Arc<ClientT> doesn't impl ClientT i can't use pass it through generic parameters.