public bool isState(PossibleVmStates state) { return(State == state); }
public bool isState(PossibleVmStates state) { return State == state; }