The publishNextPost method has common logic that is repeated in several modules. This logic
should be extracted into a generic method in moduleContent. The individual modules should
then only contain the code that is specific to their implementation.
Tasks: