Open
Description
Currently it's not possible to mock the ChangeRow type to use in unit tests because it is hard wired to private types contained within it - unless we use a mock library - which is suboptimal.
It does not look like a lot of effort to convert it into an interface to make this possible - other than possibly figuring out the type names :)
Will really appreciate this change.