public bool Exists() { using (RegistryKey key = Hive.OpenSubKey(Key)) { return(ExistsCallback?.Invoke(this, key) == true); } }