public HandleC(ChainHandle ch) : base(ch) { }
public ChainHandle(ChainHandle nextHandle) { nextChainHandle = nextHandle; }