namespace MediaBrowser.Model.ApiClient { public enum ConnectionState { Unavailable = 1, ServerSignIn = 2, SignedIn = 3, ServerSelection = 4 } }