This library is unusable if you have not loaded the seneca-promisify (and seneca-entity) plugin at startup.
Source code is referencing the seneca.message method which is uniquely added by promisify.
To prevent referencing directly seneca-promisify as dependency, using peerDependency could be a cleaner solution.