/// <summary>
 /// 跑流程
 /// </summary>
 /// <returns></returns>
 public string RunProcess()
 {
     return(CurrentProcess.Running(_product));
 }