public void SetOne() { instanceZeroStartingEnum = ZeroStartingEnum.One; }
public void SetZero() { instanceZeroStartingEnum = ZeroStartingEnum.Zero; }