protected string ReadFromRight() { return(_right.Recv()); }
protected string ReadFromLeft() { return(_left.Recv()); }