public DbPersonRegistry(PersonNotifier notifier) : base(notifier) { }
public PersonRegistry(PersonNotifier notifier) { this.notifier = notifier; }