using System; using System.Collections.Generic; using System.Text; using Capnp.Rpc; namespace FabAccessAPI { class InjectableTcpRpcClient : TcpRpcClient { public InjectableTcpRpcClient() { throw new NotImplementedException(); } } }