public WfMatrixCell(WfMatrixDimensionDefinition dd)
        {
            dd.NullCheck("dd");

            Definition = dd;
        }