internal override IEnumerable <OptionKey> GetChangedOptions(OptionSet optionSet)
 {
     return(_backingOptionSet.GetChangedOptions(optionSet));
 }