Holds connection information for an RPC client
RpcClientInfo({ required this.name, required this.host, required this.port, required this.path, });