public ViewState(string name, bool isRecoveryRunning, StateReceive stateReceive) { Name = name; StateReceive = stateReceive; IsRecoveryRunning = isRecoveryRunning; }