def get(task_id)
          task = service.get_task(task_id).body
          if task_id && task
            new(task)
          elsif !task_id