void OnStop(Flow f)
 {
     status = Status.Resting;
     f.Call(onFinish);
 }