public virtual bool Run(StateProvider state)
 {
     return(true);
 }
 public virtual bool Prepare(StateProvider state)
 {
     return(true);
 }