public void RegisterEntryOperator(IEntryOperator op)
        {
            op.ThrowIfNull("op");

            this._EntryOperators.Add(op);
        }