public void Handle(UserRegistrationStarted c)
 {
     _store.InsertUser(c.AggregateIdentifier, c.Name, c.Password, "Started");
 }