I am trying to build a cron decorator which also logs the name of the task when it is executed. To do this, I am combining the default nestjs scheduling Cron decorator with a cu