using Umbraco.Cms.Core.Models; namespace Umbraco.Cms.Core.Services; public interface ISystemTroubleshootingInformationService { /// /// Retrieves various system/server information (i.e. OS and framework version) and Umbraco configuration (i.e. runtime mode and server role). /// /// Key/value pairs of system information IDictionary GetTroubleshootingInformation(); }