private SimoAutoId(SimoId id)
 {
     Id = id;
 }
 public SimoAutoId()
     : this(SimoId.NewId())
 {
 }