// Constructor
 public Context(State state)
 {
     this.State = state;
 }