public bool activateMachine() { this.MachineState = new MachineState(State.Activated); return(true); }