/// <summary> /// Constructor /// </summary> /// <param name="stable">STABLE protocol associated with the Task</param> public StableTask(STABLE stable) { this.stable = stable; }