namespace Service.Execute; public interface IState { public StateResult? Handle(SwappingStateMachine machine); }