private void NotifyFailureAllListeners(Exception e)
 {
     listener_.OnTaskFailed(e, this);
 }