#nullabledisablenamespaceMediaBrowser.Model.Dto{/// <summary>/// Interface for DTOs that reference the id of the server they originate from./// </summary>publicinterfaceIHasServerId{/// <summary>/// Gets the server id./// </summary>stringServerId{get;}}}