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