namespace Sharp7.Rx.Enums; public enum ConnectionState { Initial, Connected, DisconnectedByUser, ConnectionLost, Disposed }