public RpcConnectionAsyncSocket(RpcEndpointSocket ep) : base(ep) { }
public RpcConnectionSocket(RpcEndpointSocket ep) { _ep = ep; }