internal IdCapacityExceededException(IdType idType, long id, long maxId) : base(format("Maximum id limit for %s has been reached. Generated id %d is out of permitted range [0, %d].", idType.name(), id, maxId))
 {
 }