using System; using System.Collections.Generic; using System.Text; using Capnp.Rpc; namespace FabAccessAPI { class InjectableTcpRpcClient : TcpRpcClient { } }