public FanOffState(FanContext context)
 {
     this.context = context;
 }
 public FanS4State(FanContext fanContext)
 {
     this.fanContext = fanContext;
 }