public void RegisterRegistryInterest(IRegistryInterest interest) =>
 _broadcaster.RegisterRegistryInterest(interest);
 public void RegisterRegistryInterest(IRegistryInterest interest) => _registryInterests.Add(interest);