/// <inheritdoc />
 public void Clear()
 {
     ThrowIfReadOnly();
     NameMap.Clear();
     SettingMap.Clear();
 }