- Since the class is not final, it is possible to extend it. Because the Builder was directly accessing the properties rather than using the getters, it was not possible to use the .from(id) constructor in the extended class. Closes gh-451
- Since the class is not final, it is possible to extend it. Because the Builder was directly accessing the properties rather than using the getters, it was not possible to use the .from(id) constructor in the extended class. Closes gh-451