Features
- Added async check. This enables to run asynchronous methods on task arrival by ignoring the task update. (The task update MUST be handled by the asynchronous method at the end or at some point of it's execution)
- Expose Conductor Manager class which is a wrapper around the Conductor API. (At the moment, only supports task update)