public ConcreteStateA(Context context) : base(context) { }
public State(Context context) { this.context = context; }