namespace MediaBrowser.Controller.Net { public interface IHasSession { /// /// Gets or sets the session context. /// /// The session context. ISessionContext SessionContext { get; set; } } }