public virtual void OnExit(FeatureContext context)
 {
 }
 public virtual bool Run(FeatureContext context)
 {
     return(false);
 }