public override void Handle(Context context) { context.State = new ConcreteStateB(); }
public abstract void Handle(Context context);