Thêm một RxState vào quản lý
void addState<T>(String key, RxState<T> state) { _states[key] = state; }