public BookAddedEventHandler(IStatisticsDomainRepository statistics) => this.statistics = statistics;
public BusinessCardAddedEventHandler(IStatisticsDomainRepository statistics) { this.statistics = statistics; }