public CentralizedState(string AppName) { opstate = new OperationalState(); // reworked later for assay ops name = AppName; unitary = this; }