public InvalidIdException(AggregateId id) : base( $"Aggregate id {id.GetType().Name} cannot have an empty value" ) { }
public InvalidIdException(AggregateId id) : this(id.GetType()) { }