* It would be cool a transformation from promise to task something like ``` const task: Task<ValueType, ErrorType> = Task.fromPromise<ValueType, ErrorType>(promise); ```