Before, the base resource path for view generators was a hard-coded string. This was causing issues for some generators. When called without an argument, their sub-generators had the wrong resource path. Replaced the base resource path string with a value object.