public void WriteProgress(float progress)
 {
     _resultWriter.WriteProgress(_phase._currentSubscriptionId, progress);
 }