public void HandleKlantAangemaaktEvent(KlantAangemaaktEvent e) { _klantRepository.AddKlant(e.Klant); }