VoidStatement and Document Retrieval Bug Fixes
- Adds
VoidStatement
sugar method to LRS interface and corresponding RemoteLRS implementation. - Fixes
RetrieveState
,RetrieveAgentProfile
,RetrieveActivityProfile
to correctly attach the Document retrieved to the LRS response object returned from the call. - Adds unit tests to prevent regression of the above.