applyPathPrefix is generally useful but, previously, it was only available as a protected method on AbstractFieldsSnippet. This commit moves the method from AbstractFieldsSnippet to PayloadDocumentation where it's now public and static. Closes gh-245