namespace StatementMachineService.Core { public enum State { F, T } }