#pragma warning disable CA1040 // Avoid empty interfacesnamespaceMediaBrowser.Controller.Plugins{/// <summary>/// Indicates that a <see cref="IServerEntryPoint"/> should be invoked as a pre-startup task./// </summary>publicinterfaceIRunBeforeStartup{}}